Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.dsl
/
BatchResponse
Batch
Response
@
Serializable
data
class
BatchResponse
(
val
status
:
Int
,
val
body
:
JsonObject
?
=
null
)
Members
Constructors
Batch
Response
Link copied to clipboard
constructor
(
status
:
Int
,
body
:
JsonObject
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
JsonObject
?
=
null
status
Link copied to clipboard
val
status
:
Int